home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 90 / XENIATGM90.iso / Shareware / Motherboard Monitor 4.17 / _SETUP.1 / Remove MBM from Registry.inf < prev    next >
Windows Setup INFormation  |  1999-03-09  |  480b  |  31 lines

  1. ;
  2. ; Remove MBM from Reg
  3. ;
  4. ; Copyright 1999 Alex van Kaam
  5. ;
  6. [version]
  7. signature="$CHICAGO$"
  8.  
  9. [DefaultInstall]
  10. DelReg    = Del_MBM.Reg
  11.  
  12. [SourceDisksNames]
  13. 55="Remove MBM","",1
  14.  
  15. [SourceDisksFiles]
  16. MBM.INF=55
  17.  
  18. [DestinationDirs]
  19. MBM.Files.Inf = 17
  20.  
  21. [MBM.Files.Inf]
  22. MBM.INF
  23.  
  24. [Del_MBM.Reg]
  25. HKLM,%RunLocation%,"MBM 4",,
  26. HKCU,%RegLocation%,"",,
  27.  
  28. [Strings]
  29. RunLocation="Software\Microsoft\Windows\CurrentVersion\Run"
  30. RegLocation="Software\Motherboard Monitor"
  31.